home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Classicos / ZanyAttack.swf / scripts / DefineButton2_153 / BUTTONCONDACTION on(keyPress Left).as < prev    next >
Encoding:
Text File  |  2006-06-13  |  128 b   |  7 lines

  1. on(keyPress "<Left>"){
  2.    if(- "1" < eval("/:playerMoveDirection"))
  3.    {
  4.       set("/:playerMoveDirection",- "1");
  5.    }
  6. }
  7.